{% extends 'base_exam.html' %} {% load site_tags %} {% block title %}Exam result — {{ site_settings.institute_name }}{% endblock %} {% block exam_header_meta %} {% if results_ready %}Result{% else %}Results processing{% endif %} {% endblock %} {% block content %}
{{ attempt.application.program.title }}
{% if attempt.was_cancelled %}This attempt was cancelled (left the secure session).
{% else %}Your answers are saved. Results will appear in about {{ results_delay_minutes }} minutes after submission.
{% endif %}This page refreshes automatically when results are ready.
My certifications {% elif attempt.passed %}{{ attempt.application.program.title }}
You left the secure exam session (tab, window, or full screen). This attempt was forfeited.
{{ attempt.application.program.title }}
Attempts left: {{ attempt.application.attempts_remaining }}. Pay the reattempt fee ({% format_price attempt.application.program.effective_reattempt_fee %}) to try again.
Pay reattempt fee {% elif attempt.application.status == 'failed' %}No attempts remaining for this certification.
Back {% else %} My certifications {% endif %} {% else %}You need at least {{ attempt.application.program.passing_score }}% to clear the test.
{{ attempt.application.program.title }}
Attempts left: {{ attempt.application.attempts_remaining }}. Pay the reattempt fee ({% format_price attempt.application.program.effective_reattempt_fee %}), then schedule again and get a new unlock code.
Pay reattempt feeNo attempts remaining for this certification.
Back {% else %} My certifications {% endif %} {% endif %}